home *** CD-ROM | disk | FTP | other *** search
/ Freelog 22 / freelog 22.iso / Prog / Pratique / Fic.dfm / Fic.txt
Text File  |  2000-11-17  |  1KB  |  58 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 108
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'By the Blue Velvet League'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object DriveComboBox1: TDriveComboBox
  15.     Left = 24
  16.     Top = 24
  17.     Width = 145
  18.     Height = 19
  19.     TabOrder = 0
  20.     OnChange = DriveComboBox1Change
  21.   end
  22.   object DirectoryListBox1: TDirectoryListBox
  23.     Left = 24
  24.     Top = 56
  25.     Width = 145
  26.     Height = 129
  27.     ItemHeight = 16
  28.     TabOrder = 1
  29.     OnChange = DirectoryListBox1Change
  30.   end
  31.   object FileListBox1: TFileListBox
  32.     Left = 24
  33.     Top = 192
  34.     Width = 145
  35.     Height = 113
  36.     ItemHeight = 13
  37.     TabOrder = 2
  38.   end
  39.   object Memo1: TMemo
  40.     Left = 176
  41.     Top = 24
  42.     Width = 345
  43.     Height = 313
  44.     Lines.Strings = (
  45.       'Memo1')
  46.     TabOrder = 3
  47.   end
  48.   object Validation: TButton
  49.     Left = 24
  50.     Top = 312
  51.     Width = 145
  52.     Height = 25
  53.     Caption = 'Validation'
  54.     TabOrder = 4
  55.     OnClick = ValidationClick
  56.   end
  57. end
  58.